Update Recipe Tools Settings

Update an existing recipe's tools' settings

Request
path Parameters
id
required
string

: Recipe ID

Request Body schema: application/json

: The fields to update

toolsSettings
object or null
override
boolean or null
property name*
additional property
any
Responses
200

Ok

patch/recipes/{id}/tools
Request samples
application/json
{
  • "toolsSettings": {
    },
  • "override": true
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "creator": "string",
  • "title": "string",
  • "projectIds": [
    ],
  • "ontology": {
    },
  • "labelScript": "string",
  • "toolsSettings": {
    },
  • "uiSettings": {
    },
  • "metadata": {
    },
  • "v2": true
}